home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- type readme.txt | more
- pause
- cls
- echo Press a key to start Aliens (if you are already running Windows press
- echo CTRL-C and use the File Manager or the Program Manager of Windows to
- echo start Aliens.
- pause Press any key to start or CTRL-C to cancel...
- cls
- echo Starting Aliens...
- win waliens.exe
-